CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 旋转

搜索资源列表

  1. matlab-GUI

    0下载:
  2. 直方图、算子、几何变换、加噪、旋转缩小等-Histogram, operator, geometric transformation, noise, and other rotating narrow
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:20218
    • 提供者:潘勇
  1. matlab

    0下载:
  2. 运用matlab对图像进行各种处理,灰度化,旋转,分割等-Use various matlab image processing, gray, rotate, split, etc.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:623553
    • 提供者:chenlin
  1. sift-matlab

    0下载:
  2. 尺度不变特征转换算法(sift)在空间尺度中寻找极值点,具有位置、尺度、旋转不变性,可正常运行-Scale Invariant Feature Transform algorithm (sift) looking at the spatial scale of the extreme points, with the position, scale and rotation invariance, the normal operation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-14
    • 文件大小:22116024
    • 提供者:张苏楠
  1. Image-processing-matlab

    0下载:
  2. 图像处理基本操作的matlab代码,包括图像读取,灰度处理、旋转、变换、滤波,边缘处理-The basic MATLAB code of the operation of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:12146
    • 提供者:
  1. Matlab-Gui-tuxiang

    0下载:
  2. 利用MATLAB中的GUI(图形用户界面),实现图像的平移,旋转,压缩等变换,是效果更加明显。-In MATLAB GUI (graphical user interface), to achieve image translation, rotation, compression transformation, is the effect is more obvious.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:515651
    • 提供者:konghao
  1. MATLAB-GUI-kongzhijiemian

    0下载:
  2. 本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。-This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the me
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1059473
    • 提供者:konghao
  1. MATLAB

    0下载:
  2. 采用邻近插值法和双线性插值法图像进行缩放和旋转-In neighbor interpolation and bilinear interpolation image scaling and rotation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6222
    • 提供者:wang
  1. 2D-holospectrum-Matlab-program

    1下载:
  2. 二维全息谱,专用于旋转机械故障诊断程序!-An identification method of thermal bend is presented based on the 2D-holospectrum technique.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:陈书训
  1. MATLAB

    0下载:
  2. 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。- 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。 基于MATLAB对特定的图像进行旋转校正,用来处理各种所需要提取的场面。 MATLAB based image rotation correction of specific, used to treat the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:533
    • 提供者:陈潇
  1. matlab-code

    1下载:
  2. backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:7986
    • 提供者:本田透
  1. MATLAB-image-process

    0下载:
  2. 实现图像的旋转变换等一些图像处理的进本功能-mage rotation transformation to achieve some other image processing functions into this
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:399159
    • 提供者:小蓝
  1. MATLAB 实现sift算法

    0下载:
  2. sift算法的matlab实现1.SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性; 2. 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配; 3. 多量性,即使少数的几个物体也可以产生大量的SIFT特征向量; 4.高速性,经优化的SIFT匹配算法甚至可以达到实时的要求; 5.可扩展性,可以很方便的与其他形式的特征向量进行联合。
  3. 所属分类:源码下载

  1. matlab 图像旋转

    0下载:
  2. 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
  3. 所属分类:matlab例程

  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3576
    • 提供者:曹腾飞
  1. matlab-vis

    0下载:
  2. 该matlab程序实现了对切片bmp图像进行3d显示的功能,并可以进行旋转,拖放等操作。vis3d-The matlab program to achieve the slice bmp image 3d display function, and can be rotated, drag and drop operation.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:87827
    • 提供者:杨柳
  1. 实验一

    0下载:
  2. 图像对数变换 图像的加减乘除算法 图像双线性插值放大缩小 图像旋转(The bilinear interpolation algorithm for image add, subtract, multiply and divide the logarithm transform image zooming image rotation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:44032
    • 提供者:jokester
  1. DIP

    0下载:
  2. 进行简单的数字图像处理,用MATLAB进行图像旋转,灰度,亮度调节(Perform simple digital image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:41984
    • 提供者:x10_01x
  1. msxml61011_33lc.com

    0下载:
  2. qt做的电子相册,能够添加本地图片并且播放,实现了图片左右旋转和放大缩小等等(Qt do electronic albums, can add the local pictures and play, realize the picture the left-right rotating and zoom-in and so on)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-18
    • 文件大小:881664
    • 提供者:呼呼呼呼
  1. matlab-Douglas-Peucker

    1下载:
  2. 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:铭MARS花
  1. spinning tether

    0下载:
  2. 基于Mathcad(也可转为matlab程序)的旋转系绳系统模型,以牛顿力学建模,考虑系绳弹性,可用于任意开普勒轨道建模仿真。(The Mathcad based model of the rotating tether system, which considers the tether elasticity, can be used for arbitrary Kepler orbit modeling and simulation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:182272
    • 提供者:PeterLu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 45 »
搜珍网 www.dssz.com